Port details |
- networkmgr FreeBSD/GhostBSD network connection manager
- 6.4_1 net-mgmt =8 6.4Version of this port present on the latest quarterly branch.
- Maintainer: ericbsd@FreeBSD.org
- Port Added: 2017-02-06 09:04:55
- Last Update: 2024-11-22 22:31:54
- Commit Hash: 32a55d2
- People watching this port, also watch:: ffmpeg, pkg, lame, freetype2, xorg
- License: BSD3CLAUSE
- WWW:
- https://github.com/GhostBSD/networkmgr
- Description:
- NetworkMgr is an open source, Network Manager based on the look of the Linux
Network Manager user interface. It use ifconfig and netif if make all work.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- networkmgr>0:net-mgmt/networkmgr
- To install the port:
- cd /usr/ports/net-mgmt/networkmgr/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/networkmgr
- pkg install networkmgr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: networkmgr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708566061
SHA256 (GhostBSD-networkmgr-6.4_GH0.tar.gz) = ae5cc911dbb83c65dbe745171786b48a4315aa9b9dffb2bf1e51c6778692a1ad
SIZE (GhostBSD-networkmgr-6.4_GH0.tar.gz) = 1307548
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- py311-pygobject>=0 : devel/py-pygobject@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- index.theme : misc/hicolor-icon-theme
- sudo : security/sudo
- py311-pygobject>=0 : devel/py-pygobject@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_networkmgr
- USES:
- gettext-tools gnome python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4_1 22 Nov 2024 22:31:54 |
Charlie Li (vishwin) |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
6.4 22 Feb 2024 01:44:20 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updating networkmgr to 6.4 |
6.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.2 03 Apr 2023 18:27:54 |
Dima Panov (fluffy) |
net-mgmt/networkmgr: unbreak build in a clean environment (e.g. poudriere)
gettext-tools package is required to build translation files from the source
USES+= gettext-tools
Approved by: portmgr blanket |
6.2 02 Apr 2023 16:46:49 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: update to 6.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.1_1 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
6.1_1 11 Oct 2021 07:11:52 |
Baptiste Daroussin (bapt) |
net-mgmt/networkmgr: drop dependency on gtk-update-icon-cache |
6.1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
6.1 04 Sep 2021 22:27:38 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: update it to 6.1 |
6.0 17 Aug 2021 11:24:18 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: update to 6.1 |
5.9 10 Aug 2021 01:06:25 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: update to 5.9 |
5.8 22 Jul 2021 16:39:15 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: fixed pkg-plist |
5.8 21 Jul 2021 21:22:39 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updated to 5.8 |
5.7 28 Jun 2021 11:12:58 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updated to 5.7 |
5.6 25 Jun 2021 11:49:25 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updated to 5.6 |
5.5 21 Jun 2021 09:26:01 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updated to 5.5 |
5.4 20 Jun 2021 21:28:46 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: fix pkg-plist |
5.4 14 Jun 2021 23:28:01 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: updated to 5.4 |
5.0 23 Apr 2021 11:35:04 |
Eric Turgeon (ericbsd) |
net-mgmt/networkmgr: update to 5.0 |
4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
4.5 08 Mar 2021 22:55:31 |
ericbsd |
update net-mgmt/networkmgr to 4.5 |
4.2 12 Sep 2020 18:00:09 |
ericbsd |
update net-mgmt/networkmgr to 4.2 |
4.1 06 Jul 2020 23:30:43 |
ericbsd |
update net-mgmt/networkmgr to 4.1
PR: 247781
Submitted by: Miguel Gocobachi |
3.6_1 18 Jun 2020 14:30:11 |
0mp |
Fix typos in pkg-message
While here, pet the Makefile with portfmt and portclippy for consistency.
Approved by: portmgr (blanket) |
3.6 04 Jan 2020 20:10:42 |
ericbsd |
update net-mgmt/networkmgr to 3.6 |
3.1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
3.1 04 Apr 2019 22:31:54 |
ericbsd |
update net-mgmt/networkmgt to 3.1
Approved by: mentors (implicit) |
3.0 08 Dec 2018 09:17:35 |
antoine |
Allow building with different versions of python3 |
3.0 27 Sep 2018 19:00:27 |
ericbsd |
Update net-mgmt/networkmgr to 3.0 and add shebangfix
PR: 231198
Approved by: wg (mentor) |
2.9 24 Sep 2018 18:35:13 |
ericbsd |
Updating net-mgmt/networkmgr to 2.9
Approved by: bapt (mentor) |
2.8 06 Sep 2018 14:06:56 |
ericbsd |
Fix net-mgmt/networkmgr pkg-plist
Approved by: bapt (mentor) |
2.8 04 Sep 2018 11:06:42 |
ericbsd |
Updating net-mgmt/networkmgr to 2.8
Approved by: wg (mentor) |
2.7 13 Aug 2018 11:10:58 |
ericbsd |
update net-mgmt/networkmgr to 2.7
Approved by: wg (mentor) |
2.6 12 Jun 2018 13:50:58 |
ericbsd |
Update net-mgmt/networkmgr to 2.6
Approved by: bapt (mentor) |
2.5 03 Apr 2018 12:45:01 |
ericbsd |
Update Eric Turgeon ports maintainer email
Approved by: wg, bapt (mentors) |
2.5 11 Nov 2017 07:11:20 |
tcberner |
Updat net-mgmt/networkmgr to 2.5
* while here, make portlint happier
PR: 223571
Submitted by: ericturgeon.bsd@gmail.com (maintainer) |
2.4 24 Sep 2017 22:12:31 |
dbaio |
net-mgmt/networkmgr: Update to 2.4
- Inform the correct location of doas.conf (pkg-message).
- While here, set architecture neutral, fix shebang (QA)
and add LICENSE_FILE.
PR: 222489
Submitted by: ericturgeon.bsd@gmail.com (maintainer) |
2.2 06 Jun 2017 16:18:17 |
mat |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
2.2 06 Feb 2017 09:04:45 |
krion |
NetworkMgr is an open source, Network Manager based on the look of the Linux
Network Manager user interface. It use ifconfig and netif if make all work.
WWW: https://github.com/GhostBSD/networkmgr
PR: 216685
Submitted by: ericturgeon.bsd@gmail.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9405 |